home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
RestZone.swf
/
scripts
/
frame_23
/
PlaceObject2_72_52
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-20
|
424 b
|
23 lines
onClipEvent(enterFrame){
if(this.hitTest(_root._xmouse,_root._ymouse,true))
{
if(eval("/:check") >= 24)
{
set("/:check",25);
tellTarget("/")
{
gotoAndStop("success");
play();
}
}
else
{
tellTarget("/")
{
gotoAndStop("error");
}
}
trace("success");
}
}